home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzlist, gqzheart, gqzfmaplist
- if getaProp(gqzlist, #dfqzk) = 1 then
- setaProp(gqzfmaplist, #k, 1)
- puppetTransition(26, 1, 40, 1)
- go("K1")
- else
- if gqzheart >= 1 then
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-K-F")
- else
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-K-Femp")
- end if
- end if
- end
-